parameter declaration造句
例句与造句
- Every optional parameter declaration must supply the
每个可选参数声明都必须提供 - Gets the parameter declarations for the method
获取方法的参数声明。 - Gets or sets the custom attributes for the parameter declaration
获取或设置参数声明的自定义属性。 - Generates code for the specified parameter declaration expression
为指定的参数声明表达式生成代码。 - Listing 3 is an example of an initialization parameter declaration
清单3是一个初始化参数声明的例子。 - It's difficult to find parameter declaration in a sentence. 用parameter declaration造句挺难的
- A parameter declaration collection
参数声明集合。 - Represents a parameter declaration for a method , property , or constructor
表示方法、属性或构造函数的参数声明。 - A parameter declaration
参数声明。 - Return its parameters by reference , not by value , when output is specified for any specific parameter declaration
如果对于任何特定的参数声明都指定了output ,则按照引用返回它的参数,而不是按照值返回。 - Before a method can be called , the argument values must be pushed on the stack , in left - to - right order corresponding to the parameter declarations
方法调用之前,必须根据参数声明,按照从左到右的顺序把对应的实参压入堆栈。 - Keyword that appears between the first character of the method declaration and before the opening parenthesis of the parameter declaration , replacing it with the
关键字,它出现在方法声明的前一个字符之后,参数声明的左圆括号之前,用 - Java source code generally treats method parameters as a special form of local variables , with the parameter declarations included directly in the method declaration
Java源代码通常把方法的参数当成一个特殊形式的本地变量,参数声明直接包含在函数声明中。